You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLPlatformList Class > TOpenCLPlatformList Methods > TOpenCLPlatformList.SaveSourceCodeToRC Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLPlatformList.SaveSourceCodeToRC Method

Store a source code to the resource file and use ResName for identification.

Syntax
C#
Visual Basic
public void SaveSourceCodeToRC([In] string ResFileName, [In] string ResName, [In] TStringList SourceCode);

Once the files are stored in the .res file, you can embedd the resource in to your application by adding {$R ResFileName} to your source file. The source code is automatically encrypted.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!